@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@400..700&family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&family=Tuffy:ital,wght@0,400;0,700;1,400;1,700&display=swap" rel="stylesheet>');


*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

.headin2{
    font-size: 30px;
}

.fon {
    width: 100%;
    height: 100vh;
    background-image: url(../img/fon01.jpeg);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}


body{
    background-color:#b2b5bd;
    padding-top: 100px;
    font-family: "Raleway", serif;
    font-weight: 400;
}

.container{
    width: 1800px;
    margin-left: auto;
    margin-right: auto;
    background-color: #e9e9e9;
    padding: 20px;
}

.menu{
    height: 100px;
    background-color:#131949;
    position: fixed;
    z-index: 999;
    width: 100%;
    left: 0;
    top: 0;
    text-align: center;
}

.menu-link{
    color: aliceblue;
    text-decoration: floralwhite;
    padding: 0 40px;
    font-size: 45px;
    line-height: 100px;
}

img{
    overflow-clip-margin: content-box;
    overflow: clip;  
}
.logo{
    float: left;
    height: 95px;
}
h1{
    font-size: 60px;
    font-weight: 400;
}

h2{
    font-size: 50px;
    font-weight: 400;
}

.listk{
    background-color: #e9e9e9;
    /* text-align: center; */
    margin-left: auto;
    margin-right: auto;
    margin-top:40px;
    padding: 20px;
}

.row{
    display: block;
}
.row::after {
    content: '';
    display: block;
    clear: both;
}

.w15 {
    float: left;
    width: 15%;
    padding: 10px;
}

.w20 {
    float: left;
    width: 20%;
    padding: 29px;
    box-sizing: border-box;
}

.w30 {
   float: left;
   width: 33%;
   padding: 50px;
   box-sizing: border-box;
}

.w40 {
    float: left;
    width: 40%;
}

.w50 { 
    float: left;
    width: 50%;
}

.res-img {
    max-width: 100%;
    height: auto;
}

.cartochka-title{
    color: black;
}

.green-gradient {
    
    margin-right: 40px;
}

.pl2 {
    padding-left: 15px;
}

.mt2 {
    margin-top: 20px;
}

.mt4 {
    margin-top: 40px;
}

.border {
    border: 0px solid #b2b5bd;
}

.table-white-text {
    color: rgb(0, 0, 0);
    height: 300px;
    font-size: 25px;
}

.kr-img{
    float: left;
    height: 300px;
    margin: 25px;
    float: right;
    position: relative; left: 200px;
    background-attachment: fixed;
}
.ptxt{
    font-size: 25px;
    margin-bottom: 35px;
}

.pod{
    font-size: 22px;
}

.zg{
    font-family: Tuffy;
    font-size: 40px;
}

 h3{
    text-align: center;
 }